사이트 내 전체검색
[javascript] 마우스를 올리면 테이블 색갈 바뀌는 스크립트
로빈아빠
https://cmd.kr/javascript/527 URL이 복사되었습니다.

본문

마우스를 올리면 테이블 색갈 바뀌는 스크립트

<DIV>
<TABLE cellPadding="0" cellSpacing="0" width="150"> <!--테이블 너비-->
<TBODY>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffeeff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffd0ff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffeeff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffd0ff"'>
<P> </P></TD></TR>
</TBODY></TABLE></DIV> 
[이 게시물은 VIRHAC님에 의해 2009-09-13 14:41:58 HTML에서 이동 됨]

댓글목록

등록된 댓글이 없습니다.

831 (6/17P)

Search

Copyright © Cmd 명령어 18.224.44.100